func crypto/cipher.newCBC
5 uses
crypto/cipher (current package)
cbc.go#L29: func newCBC(b Block, iv []byte) *cbc {
cbc.go#L63: return (*cbcEncrypter)(newCBC(b, iv))
cbc.go#L74: return (*cbcEncrypter)(newCBC(b, iv))
cbc.go#L142: return (*cbcDecrypter)(newCBC(b, iv))
cbc.go#L153: return (*cbcDecrypter)(newCBC(b, iv))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)